Printer

An interface for concrete printers to implement.

Since

7.13

Inheritors

Properties

Link copied to clipboard

The capabilities of this printer.

Link copied to clipboard

The device name of this printer as shown in Print Preview.

Link copied to clipboard

The current print job.

Link copied to clipboard

The name of this printer as understood by OS.

Functions

Link copied to clipboard
abstract fun capabilities(): Capabilities
Returns the capabilities of this printer.
Link copied to clipboard
abstract fun deviceName(): String
Returns the device name of this printer as shown in Print Preview.
Link copied to clipboard
abstract fun printerName(): String
Returns the name of this printer as understood by OS.
Link copied to clipboard
Returns the current print job.